home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / libs / reqtools22c_usr.lha / ReqTools / README < prev    next >
Text File  |  1995-11-26  |  55KB  |  1,034 lines

  1.  
  2.                       **********************************
  3.  
  4.                           reqtools.library
  5.  
  6.                           The requester toolkit.
  7.  
  8.                           Release 2.3
  9.  
  10.                           (c) 1991-1994 Nico François
  11.                                    1995 Magnus Holmgren
  12.  
  13.                       **********************************
  14.  
  15.  
  16.    First of all read the DISTRIBUTION file for information on... er well...
  17. distribution :-)
  18.  
  19.    If you have suggestions or remarks about ReqTools, or if you find any
  20. bugs, please let me know.
  21.  
  22.    Contacting the author:
  23.  
  24.      FidoNet:  2:292/603.10 (Nico Francois)
  25.  
  26.      Internet: nico@augfl.be
  27.  
  28.      Mail:     Nico François
  29.                Corbielaan 13
  30.                B-3060 Bertem
  31.                BELGIUM
  32.  
  33.    If you can please use e-mail.  That way you'll stand a much better chance
  34. of getting a reply quickly.
  35.  
  36.  
  37.    ----------
  38.    IMPORTANT!
  39.    ----------
  40.  
  41.    As of release 2.3, the programming is made by:
  42.  
  43.      Magnus Holmgren
  44.      Kvarnbergsvägen 5
  45.      S-444 47  Stenungsund
  46.      SWEDEN
  47.  
  48.      FidoNet:  2:204/204.6  (Magnus Holmgren)
  49.  
  50.      Internet: cmh@augs.se
  51.  
  52.    Please contact me instead, for suggestions, remarks, bug reports and the
  53. like (btw, I prefer e-mail too). If you are interested in updating RTPatch
  54. (for some reasons, I'm not really that interested in putting any large
  55. amount of work into it ;), feel free to contact me as well.
  56.  
  57.    Nico sent me the sources since he didn't have the time to work on
  58. ReqTools.
  59.  
  60.  
  61. Contents
  62. ========
  63.  
  64. 1. Introduction
  65.  
  66. 2. Features
  67.  
  68. 3. Installation
  69.  
  70. 4. Using reqtools.library
  71.  
  72.  
  73. 1. Introduction
  74. ===============
  75.  
  76.     reqtools.library is a standard Amiga shared, runtime library.  The purpose
  77. of ReqTools is to make it a lot quicker and easier to build standard requesters
  78. into your programs.  ReqTools is designed with Commodore's style guidelines in
  79. mind, all requesters have the look-and-feel of AmigaDOS Release 2.
  80.  
  81.     If you use ReqTools in your programs you do not have to worry about
  82. requesters too much.  You'll have a lot more time to concentrate on the
  83. really important stuff your program does.
  84.  
  85.     The library has been inspired by req.library (by Colin Fox & Bruce Dawson)
  86. and Commodore's own asl.library.  You will find it shares a lot of the
  87. features with these two libraries, while it has some additional ones as well.
  88. While asl.library was great in look-and-feel I felt it lacked quite a bit in
  89. the power department.  This power _is_ mostly available in req.library, but
  90. this doesn't fit in too well with AmigaDOS Release 2.  So the idea for a new
  91. requester library was born.
  92.  
  93.     I tried to make all requesters in ReqTools very powerful, easy to use and
  94. with a very nice new-look 3D interface.  Efficiency was also considered very
  95. important.  The 2.0 version of the library is about 38K large.  I'm sure you
  96. will agree this is not too much considering what ReqTools offers.
  97.  
  98.     ReqTools features the following requesters:  a query requester, a string
  99. requester, a number requester, a file requester, a font requester, a palette
  100. requester and new in release 2.0 of ReqTools a volume requester and a screen
  101. mode requester.
  102.  
  103.  
  104. 2. Features
  105. ===========
  106.  
  107.    The requesters have following features:
  108.  
  109.    All requesters:
  110.  
  111.       o have a pixel-perfect Workbench 2.0 3D look, also on Kickstart 1.3.
  112.       o Completely localized!  If you are using Workbench 2.1 or higher the
  113.         text in ReqTools requesters will appear in the language of your
  114.         Workbench (if the catalog for this language is available).
  115.       o adjust to interlaced screens and to the screen's font (rtEZRequest,
  116.         rtGetLong, rtGetString) or to any fixed-width font if the screen's
  117.         font is proportional (rtPaletteRequest/rtFileRequest/rtFontRequest).
  118.         Requesters can also use any suitable font you specify.
  119.       o can appear under the mouse pointer, centered on the
  120.         screen/in a window or at the top left of the screen/a window.
  121.       o can be used asynchronously.
  122.       o check pr_WindowPtr of your process is to find the screen they should
  123.         appear on (can be overridden).
  124.       o use tags for maximum future extendibility.  All standard 2.0 tags are
  125.         supported (like TAG_SKIP, TAG_MORE, etc.).
  126.       o bring the screen they appear on to the front.  The screen that was
  127.         in front previously will be put in front again when the requester
  128.         finishes (if it is still open).
  129.         This behaviour can be switched off.
  130.       o will always appear in the visible portion of the screen (support of
  131.         virtual screens).
  132.       o are extensively tested using enforcer and mungwall debugging tools.
  133.       o have the ability to lock the parent window from all user input and
  134.         give it a standard wait pointer automatically.
  135.       o can share the IDCMP port of the parent window.
  136.       o supports a callback hook for handling IDCMP messages from a shared
  137.         IDCMP port.
  138.       o have keyboard shortcuts for gadgets (key underlined in gadget label).
  139.         Use Right Amiga key with shortcut if a string gadget is active.
  140.       o have a zoom gadget.
  141.  
  142.    rtEZRequest, the query requester:
  143.  
  144.       o easy keyboard shortcuts:
  145.         - Left Amiga V and Left Amiga B (like the standard requesters).
  146.         - Y for positive response.
  147.         - N, R, Esc for negative response.
  148.         - Return can also be used as a shortcut and can be
  149.           associated with any response.  The gadget in question
  150.           will have its text printed bold.
  151.           Default response for Return is the positive response.
  152.         - buttons give visual feedback when keyboard shortcuts
  153.           are used.
  154.         - keyboard shortcuts can be canceled by pressing Shift
  155.           before releasing the key.
  156.         - keyboard shortcuts can be defined to be any character in the
  157.           button's label.  The character in question will be underlined.
  158. *NEW*   - function keys can be used to select the "first" ten gadgets.
  159.       o number of responses only limited by screen width.
  160.       o allows for multiple lines of text.
  161.       o text can be centered in requester (great for about requesters).
  162.       o supports the use of 'printf' formatting codes in text
  163.         and in responses.
  164.       o can be terminated by IDCMP events.
  165.  
  166.    rtFileRequest, the file requester:
  167.  
  168.       o similar in use and look-and-feel as Asl file requester.
  169.       o buffers directories in memory.
  170.       o files and directories can be added or removed from the buffer
  171.         by the calling program.
  172.       o can be put in save mode, disabling double-clicks and asking you if
  173.         directories that can't be found (entered manually) should be created.
  174.       o optional callback hook for verification of files before they are
  175.         added to the buffer.
  176.       o supports multiple selection of files and optionally of directories.
  177.       o when multi-select is on All, Clear and Match.. buttons are available.
  178.         All selects, and Clear unselects all files.  Match.. brings up a
  179.         requester where the user can enter a pattern to select files.
  180.       o can be used as a directory requester (showing no files).
  181.       o optional pattern gadget to match files on.
  182.       o shows all devices (with volume names) and all assigns made.
  183.       o supports TABCYCLE under 2.0
  184.       o pattern matching supports _ALL_ AmigaDOS 2.0 patterns.
  185.       o can be used as a volume requester to get a device or an assign
  186.         from the user.
  187.       o can be resized in height to show more files.
  188.       o Shows disk percentage used next to volume names.
  189.       o Allows you to enter paths in the filename string gadget.  If the
  190.         requester finds a path in the filename it will change the directory
  191.         to that path.  So if you e.g. enter 'Devs:mountlist' in the filename
  192.         gadget the requester will read the 'Devs:' directory and set the
  193.         filename gadget to 'mountlist'.  If you enter 'printers/' it will go
  194.         into the printers directory. Enter '/' to go to the parent directory.
  195.       o Completely keyboard controlable: use up and down cursor keys to
  196.         select files or directories.  Use Shift-Up and Shift-Down to jump
  197.         by one window-full.  Use Ctrl-Up and Ctrl-Down to jump to the start
  198.         or end of the directory.
  199.  
  200.    rtFontRequest, the font requester:
  201.  
  202.       o buffers all fonts in memory.
  203.       o shows sample of font you click on.
  204.       o can be also be used to select the font's style.
  205.       o supports color fonts, can change the screen's palette.
  206.       o supports scaled fonts (AmigaOS Release 2 only).
  207.       o optional callback hook for verification of fonts before they are
  208.         added to the buffer.
  209.       o supports TABCYCLE under 2.0
  210.       o can be resized in height to show more fonts.
  211.       o makes sure selected font is visible in listview when it comes up.
  212.  
  213.    rtScreenModeRequest, the display mode requester (Kickstart 2.0+ only!):
  214.  
  215.       o all modes in the DisplayInfo database can be displayed.
  216.       o allows you to pick a standard overscan setting.
  217.       o user may enter prefered size or choose to get the defaults.
  218.       o number of colors selectable.
  219.       o can be put up with the attributes from a given screen.
  220.       o optional callback hook for examining a display mode before it is
  221.         added to the requester.
  222.       o can be resized in height to show more modes.
  223.       o makes sure selected mode is visible in listview when it comes up.
  224.  
  225.    rtPaletteRequest, the palette requester:
  226.  
  227.       o features Copy, Swap and Spread functions.
  228.       o current values of red, green and blue are displayed.
  229.       o returns the selected color.
  230.  
  231.    rtGetLong, the long integer requester:
  232.  
  233.       o width of requester can be set by caller.
  234.       o a minimum and maximum can be supplied and will be displayed
  235.         in the requester.
  236.       o a value to show up when the requester appears can be supplied.
  237.       o can display buttons with several possible responses.
  238.       o invisible entry is possible (useful for getting a code number).
  239.       o patterned backfill of requester can be switched on or off.
  240.       o some line(s) of (centered) text may be displayed above the entry
  241.         gadget to give the user some extra information.
  242.  
  243.    rtGetString, the string requester:
  244.  
  245.       o width of requester can be set by caller.
  246.       o a string to show up when the requester appears can be supplied.
  247.       o can display buttons with several possible responses.
  248.       o invisible entry is possible (useful for getting a password).
  249.       o patterned backfill of requester can be switched on or off.
  250.       o some line(s) of (centered) text may be displayed above the entry
  251.         gadget to give the user some extra information.
  252.  
  253.  
  254. 3. Installation
  255. ===============
  256.  
  257.    To install reqtools.library copy it to your Libs: directory by hand, or
  258. run the installation script 'Install' (by using 'Execute' from the Shell or
  259. by double-clicking its icon).
  260.  
  261.    reqtools.library is provided in two versions (that are 100% equivalent,
  262. meaning you don't have to care which version the user installed):  one for
  263. Kickstart 1.2 (or higher) and one for Kickstart 2.0 and higher.
  264.  
  265.    The version for Kickstart 2.0 uses 2.0 ROM functions for stuff like
  266. pattern matching, parsing tags, the 3D look, while a lot in the Kickstart 1.3
  267. version is emulated.  It issuggested you use the 2.0 version of the library if
  268. you have Kickstart 2.0 in ROM.
  269.  
  270.    If you are running Workbench 2.1 or higher you will have the possiblity to
  271. use ReqTools in different languages.  Just use the appropriate install script
  272. in the Install/Workbench_2.1+ directory.
  273.  
  274.  
  275. 4. Using reqtools.library
  276. =========================
  277.  
  278.    If you are a C programmer all you need to do is include the correct
  279. header ('libraries/reqtool.h') and open reqtools.library. After that you can
  280. use the functions in the library as if they were C functions. If your program
  281. quits it must of course close the library again. See 'demo.c' for an example.
  282.  
  283.    Glue code for several compilers/languages is included with ReqTools 2.2b.
  284. Look in the Glue directory of the ReqTools distribution to see if glue code
  285. exists for your compiler and/or programming language.  If it doesn't and you
  286. write your own please send it to me and I'll include it in the next release
  287. of ReqTools.
  288.     Note that the source for the Manx C libraries is the same as for the SAS/C
  289. libraries.  See the README.Manx file in the archive
  290. 'Glue/Sas-C/LibSource.lha'.
  291.    Manx C users may have to edit 'libraries/reqtools.h' and change the library
  292. (GfxBase, IntuitionBase, etc.) fields to rt_GfxBase, rt_IntuitionBase etc.
  293. Seems there is a bug in some versions of the Manx C compiler that has problems
  294. otherwise.  Let's hope this gets fixed soon :-)
  295.  
  296.    Functions allowing a variable number of arguments can't be called using
  297. pragmas (in-line library calls, no glue code required).  So if you use these
  298. you must always link with LIB:reqtools.lib or LIB:reqtoolsnb.lib (for SAS-C,
  299. or with the specific libraries for your compiler/language).
  300.  
  301.    Assembly programmers should also include the correct files and open
  302. reqtools.library.  To call a function they must load A6 with the library base,
  303. put the arguments in the appropriate registers and jump to the library vector
  304. offset of the function they want to call.
  305.  
  306.    Remember to open the library with a specific version number if you wish to
  307. use features only found in that version (for example: screen mode requester).
  308.  
  309.    All library functions are explained in the autodoc file 'reqtools.doc'.
  310.  
  311.                                                        Enjoy.
  312.  
  313.  
  314. 5. The Future
  315. =============
  316.  
  317.    This release is only a minor update, so I've tried to keep things as
  318. they were. I don't intend to make any major work to the current sources
  319. (maybe some minor updates and bug fixes), as my intention is to make a
  320. (more or less) complete rewrite of ReqTools. I have the famous TODO file
  321. Nico maintained, and I'll try to add any useful suggestions found therein.
  322. There are also some other nice features planned, like e.g. an API (so that
  323. the application - or external "modules" - can extent ReqTools). Exact
  324. details have not yet been worked out.
  325.  
  326.    If you have a suggestion you don't think is in the TODO file, feel free
  327. to tell me about it.
  328.  
  329.  
  330.                                LIBRARY HISTORY:
  331.  
  332. *****************************************************************************
  333. RELEASE 1.0 (Library version 37.556 [1.3] - 37.670 [2.0])
  334.  
  335.     First release.
  336.  
  337. *****************************************************************************
  338. RELEASE 1.0a (Library version 37.557 [1.3] - 37.673 [2.0])
  339.  
  340.     Fixed two minor bugs:
  341.       - if a directory could not be found and you re-invoked the file
  342.         requester it wouldn't check the directory again.
  343.       - devices like PRT:, CON:, etc. now no longer show up in the device
  344.         list of the 2.0 file requester.
  345.  
  346. *****************************************************************************
  347. RELEASE 1.0b (Library version 37.566 [1.3] - 37.678 [2.0])
  348.  
  349.     Fixed bug: entering a pattern when a file requester's directory was
  350.       invalid could cause a crash.
  351.     rtGetString() and rtGetLong() 2.0 requester windows no longer have close
  352.       gadgets.
  353.     Font requester entries are "release verify" instead of "immediate".
  354.     If no minimum or maximum is given for the GetLong requester it will not
  355.       be displayed (1.0 and 1.0a displayed MAXINT or MININT).
  356.     Minor cosmetic adjustments to file, font and palette requesters.
  357.     Oberon interface to the library included.
  358.  
  359. *****************************************************************************
  360. RELEASE 1.0c (Library version 37.592 [1.3] - 37.718 [2.0])
  361.  
  362.     Boopsi dispatch function for rtEZRequestA() buttons optimized (ReqTools
  363.       for Kickstart 2.0).  Occasional flicker just about eliminated.
  364.     Enlarged buttons a bit in rtGetLongA(), rtGetStringA() and the file, font
  365.       and palette requesters.
  366.     Width of scroller gadget in file requester window increased.
  367.     File string gadget is cleared when 'All' or 'Match..' is used.  This
  368.       wasn't done before and could result in unexpected multi-select results.
  369.     Visual feedback for keyboard shortcuts improved (rtEZRequestA()).  Button
  370.       stays depressed as long as the key in question is held down, but still
  371.       for a minumum of 1/10 sec.  New feature:  shortcuts can be canceled by
  372.       pressing Shift before releasing the key.
  373.     Minor bug fix: keyboard shortcuts V and B now really only work together
  374.       with the Left Amiga key.  Used to work without the qualifier.
  375.     rtEZRequestA(), rtGetLongA() and rtGetStringA() will no longer call the
  376.       DOS function Delay(), so they may from now on be called by tasks.
  377.       Every ReqTools requester, except the file and font requesters (they use
  378.       DOS for obvious reasons), can be called from a task.
  379.     EZRequest with only one button now responds to the Return key, whether
  380.       EZREQF_NORETURNKEY is set or not.
  381.     Fixed small bug in libraries/reqtools.i include file.  rtfi_Hook and
  382.       rtfo_Hook were followed by a ; and this could lead to problems.
  383.     Libraries (reqtoolss.lib and reqtoolssr.lib) for Dice C included.
  384.     Pre-release (0.91ß) of RTPatch patcher program included.
  385.  
  386. *****************************************************************************
  387. RELEASE 1.0d (Library version 37.600 [1.3] - 37.726 [2.0])
  388.  
  389.     rtEZRequestA(), rtGetStringA() and rtGetLongA() now switch the processor
  390.       stack to ensure sufficient stack space for the function to succeed.
  391.     Fixed bug in rtGetLong() requester in 2.0 version of ReqTools.  Used to
  392.       return TRUE and a random value if the user pressed Ok when the integer
  393.       gadget was empty.
  394.     File requester is somewhat larger by default.
  395.     Improved automatic requester resizing (if requester would become too big
  396.       for the screen).
  397.     File requester (in save mode) no longer asks "Create drawer?" when you
  398.       entered a drawer string containing a non-existing volume (e.g. 'FOO:').
  399.     Entries in file requester are now sorted immediately when you select the
  400.       slider gadget and not when you release it (1.3 version of ReqTools).
  401.     Latest revision of Oberon interface included.
  402.     Modula-2 interface to the library included.
  403.     Manx C interface to the library included.
  404.  
  405. *****************************************************************************
  406. RELEASE 1.0e (Library version 37.600 [1.3] - 37.726 [2.0])
  407.  
  408.     Rearranged directories a bit.  All glue code now in one directory.
  409.     Installation script now uses Commodore's Installer utility.
  410.     Two Modula-2 interfaces to the library are now included, one for M2Sprint
  411.       and one for M2Amiga.
  412.     Some bugs in the Dice C libs have been fixed (thanks to Magnus Holmgren).
  413.     Interface for HiSoft's HighSpeed Pascal included.
  414.  
  415. *****************************************************************************
  416. RELEASE 2.0 (Library version 38.347 [1.3] - 38.693 [2.0])
  417.  
  418.     All requesters now have keyboard shortcuts.
  419.     Kickstart 2.0 version of ReqTools has been localized.  As long as the
  420.       appropriate catalog file exists ReqTools will appear in the user's
  421.       selected langauge.
  422.     New requester: rtScreenModeRequestA().  A screen mode requester. Can be
  423.       used to get a screen mode, size, depth and overscan type from the user.
  424.       This requester is only available on Kickstart 2.0 or higher, but also
  425.       present in the Kickstart 1.3 version of ReqTools.
  426.     File, font and screenmode requesters are now resizable (in height).
  427.     Font, volume and screen mode requesters will now make sure the current
  428.       entry is visible in the listview when the requester first comes up.
  429.     Improved DOWILDFUNC hook interface.  New tag: RTxx_FilterFunc. Old hook
  430.       interface (using req->Hook and FREQF_DOWILDFUNC flag) is still
  431.       supported, but declared obsolete.  Don't use in new code.
  432.     Several new tags:
  433.       o RT_Locale:  specify a locale to be used instead of the default one.
  434.         Ignored if locale.library isn't present in the system or you are
  435.         using the Kickstart 1.3 version of ReqTools.
  436.       o RT_ShareIDCMP and RT_IntuiMsgFunc:  All requesters can now share
  437.         their IDCMP port with the parent window.  A callback hook for
  438.         intuition messages received not concerning the requester can also be
  439.         set using the RT_IntuiMsgFunc tag.
  440.       o RT_LockWindow:  Enables you to make ReqTools lock the parent window
  441.         from all user input and give the window a standard wait pointer.
  442.         After the requester returns the window will be unlocked and will get
  443.         its original pointer back.
  444.       o RT_Underscore:  With this tag it is possible to define keyboard
  445.         shortcuts for buttons.  You can ask ReqTools to underline a character
  446.         in the button's label and use this as a shortcut.
  447.       o for rtGetString() and rtGetLong(): RTGS_GadFmt, RTGS_GadFmtArgs,
  448.         RTGL_GadFmt and RTGL_GadFmtArgs.  With these tags you may give the
  449.         user several ways out of the string/long requester.
  450.       o for rtGetString() and rtGetLong(): RTGS_Invisible and RTGL_Invisible.
  451.         Can be used to switch on invisible typing to get a password or a code
  452.         number from the user.
  453.       o RTGS_TextFmt, RTGL_TextFmt, RTGS_TextFmtArgs and RTGL_TextFmtArgs:
  454.         These tags allow you to supply some line(s) of text that should be
  455.         printed above the string/integer gadget in the rtGetString() or
  456.         rtGetLong() requesters.
  457.       o RTGS_Flags and RTGL_Flags:  Set certain flags for rtGetString() and
  458.         rtGetLong() requesters.  Used to set the GSREQF_CENTERTEXT or
  459.         GLREQF_CENTERTEXT flags.
  460.       o RTGS_BackFill and RTGL_BackFill:  Switch the patterned backfill in
  461.         the rtGetString() and rtGetLong() requesters on or off.
  462.       o RT_ScreenToFront:  Allows you to switch of the default behaviour of
  463.         popping the screen the requester appears on to the front.
  464.       o RT_TextAttr:  Allows you to specify a font a requester should use
  465.         instead of the screen or default font.
  466.       o RTFI_VolumeRequest:  New flavor of file requester: volume requester.
  467.         Allows you to easily get a device/assign from the user.
  468.       o RTFI_AllowEmpty:  Enables you to allow the file requester to accept
  469.         an empty filename.  Normally cancels the requester if no filename
  470.         was entered.
  471.     Changes to file requester:
  472.       o Shows disk percentage used next to volume names.
  473.       o 'Hide .info' cycle gadget gadget in file requester replaced by
  474.         '.info' toggle gadget next to filename string gadget.
  475.       o Will no longer automatically change directories to their full
  476.         pathname.  Will only do so when needed (e.g. parent of an assign).
  477.       o Allows you to enter paths in the filename string gadget.  If the
  478.         requester finds a path in the filename it will change the directory
  479.         to that path.
  480.       o Completely keyboard controlable: use up and down cursor keys to
  481.         select files or directories.  Use Shift-Up and Shift-Down to jump
  482.         by one window-full.
  483.       o 1.3 version has a 2.0-look sizing gadget and bottom border.
  484.       o Changed 'Disks' to 'Volumes'.
  485.       o Changed '(dir)' to 'Drawer' (right justified).
  486.       o Assigns now displayed differently (with 'Assign' right justified).
  487.       o Added an indicator for number of selected files (if multiselect on).
  488.       o No longer shows 'Add', 'Match..' and 'Clear' gadgets if no multi-
  489.         select is possible.
  490.     New library functions:
  491.       o rtLockWindow() and rtUnlockWindow():  easily lock a window from user
  492.         input and give it a standard wait pointer.
  493.       o rtCloseWindowSafely():  close a window with a shared IDCMP port.
  494.     Updated glue code:
  495.       o Oberon interface updated for ReqTools V38.
  496.       o SAS/C, Manx C and Dice glue code updated for ReqTools V38.
  497.       o New HighSpeed Pascal (for ReqTools V38) interface written by
  498.         Gunter Indenhoek included.
  499.     Demo updated to demonstrate new features of ReqTools 2.0.
  500.     Version 1.0 of RTPatch patcher program included.  Patches req.library,
  501.       arp.library and asl.library to use ReqTools requesters instead.
  502.  
  503. *****************************************************************************
  504. RELEASE 2.0a (Library version 38.350 [1.3] - 38.693 [2.0])
  505.  
  506.     Aaaargh!  Just one day after releasing ReqTools 2.0 a MAJOR bug turned
  507.       up in the Kickstart 1.3 version:  rtLockWindow() was broken!!  Only
  508.       turned up when running on 1.3, since on 1.3 there seems to be no return
  509.       value from intuition.library/Request() (So C=, your autodocs have a bug
  510.       in them as well :-).  Bug fixed.
  511.     Fixed broken install script for Workbench 1.3.
  512.  
  513. *****************************************************************************
  514. RELEASE 2.0b (Library version 38.358 [1.3] - 38.803 [2.0])
  515.  
  516.     Installer is no longer distributed with ReqTools. It is copyrighted by
  517.       Commodore and can only be distributed under license. If you have
  518.       Installer (preferably version 2.12 or higher) make sure it is in your
  519.       command path so the install scripts will work. If you don't have
  520.       Installer you'll have to install ReqTools manually, sorry.
  521.     When you use the up/down arrows in the file requester and no file is
  522.       highlighted yet, ReqTools will now highlight the file at the top of
  523.       the visible area (instead of the first file in the list).
  524.     Some small changes in demo, now demonstrates min/max with rtGetLong(),
  525.       return value when RTGS_GadFmt is used and multi-selection in the file
  526.       requester.
  527.     Changed RTGL_BackFill and RTGS_BackFill tags to use the same spelling as
  528.       WA_BackFill in intuition.h (with a capital F).  Be sure to install the
  529.       new include files.
  530.     Install scripts for Workbench 2.0 or higher now also try to update
  531.       RTPatch (if the the file is found in C: or SYS:WbStartup).
  532.     Added icons for install scripts for all 10 languages.  Install strings
  533.       are all more or less translated.  Catalog translation files of all
  534.       languages not supported yet are now also included, making it easier to
  535.       translate ReqTools.
  536.     From this release on ReqTools will make sure the Dir field of the file
  537.       requester structure is pointing to the current directory while in the
  538.       file filter callback hook (RTFI_FilterFunc).
  539.     Changes in the Kickstart 2.0 version of ReqTools:
  540.       o All requesters use simple refresh windows.  Window refreshing is a
  541.         bit slower, but a lot of chip memory is saved.  Very important when
  542.         you use the requesters on screens with a lot of colors/bitplanes.
  543.       o All requesters have a backfill hook installed that will fill the
  544.         background of the window with the DrawInfo pen BACKGROUNDPEN.  The
  545.         DetailPen and BlockPen of the requesters will now also be set to
  546.         DrawInfo pens (BACKGROUNDPEN and SHADOWPEN).
  547.     Bug fixes:
  548.       o When the RTGL_GadFmt or RTGS_GadFmt tag was used the requester did
  549.         not return the correct value.
  550.       o Small problem with requester resizing on virtual screens. Maximum
  551.         number of entries was restricted to fit the visual area. The maximum
  552.         height of the requester's window is now also set correctly.
  553.       o Empty (current) directory no longer cancels the directory requester.
  554.       o Font requester in Kickstart 1.3 version of the library didn't
  555.         show a font if the font was previously opened in another height.
  556.       o Field rt_Flags in 'libraries/reqtools.[hi]' changed to rt_RTFlags
  557.         since it conflicted with the rt_Flags field in 'rexx/storage.[hi]'.
  558.         Shouldn't cause any problems since the field was private anyway.
  559.       o Entering a something like 'MAIL:/' to go to the parent directory
  560.         of MAIL: now works.
  561.     Some small errors and omissions fixed in the autodoc.
  562.     French catalog revised by David Lebel.  Thank you David for correcting
  563.       my lousy french :-)
  564.     Italian and Swedish catalog files included (thanks Michele and Patrik).
  565.     Updated/bug-fixed Oberon interface included.
  566.     Version 1.0a of RTPatch included.
  567.  
  568. *****************************************************************************
  569. RELEASE 2.0c (Library version 38.362 [1.3] - 38.810 [2.0])
  570.  
  571.     Fixed Enforcer hit in file, font and screenmode requesters of the
  572.       Kickstart 2.0 version of the library.
  573.     Fixed bug: when the pr_WindowPtr of the calling process was -1 and you
  574.       used a tag that needed a parent window (like RT_LockWindow or RT_ReqPos
  575.       with REQPOS_CENTERWIN) ReqTools could crash.
  576.     Pattern and drawer string gadgets no longer refresh the directory in the
  577.       requester if they aren't changed.  Especially useful if you cycle
  578.       through the string gadgets with TAB (Kickstart 2.0 version).
  579.     Included a README file explaining ReqTools' installation scripts need
  580.       Commodore's Installer utility.
  581.     Include file 'libraries/reqtools.h' fixed.  This used a BPTR without
  582.       including 'libraries/dos.h'. Thanks to Olaf Barthel for reporting this.
  583.     Danish catalog file included (thanks Per).
  584.     Version 1.0b of RTPatch included.
  585.  
  586. *****************************************************************************
  587. RELEASE 2.1 (Library version 38.382 [1.3] - 38.961 [2.0])
  588.  
  589.     New major feature: ReqTools preference editor (Kickstart 2.0+ only)!
  590.       o Switch screen to front popping on/off.
  591.       o Display drawers before files in file requester.
  592.       o Mix drawers and files in file requester.
  593.       o Sort entries in file requester immediately.
  594.       o Set default position of all requesters.
  595.       o Set default size of file, font, screenmode and volume requesters.
  596.       o Set minumum and maximum number of entries visible in file, font,
  597.         screenmode and volume requesters.
  598.     Kickstart 2.0 (or higher) version of ReqTools only:
  599.       o The file requester will keep its top entry up to date with what is
  600.         typed in the filename string gadget.  Pressing the up or down arrow
  601.         will select the file that most closely matches the contents of the
  602.         filename string gadget.
  603.       o Entering of pathnames in the filename string gadget has been
  604.         improved.  The file requester will now check if what you enter is a
  605.         directory.  This allows you to enter directories without a trailing
  606.         '/' (for example 'SYS:c').
  607.       o rtSetWaitPointer() and rtLockWindow() will set the standard Intuition
  608.         wait pointer on Kickstart 3.0 machines.  Note that rtUnlockWindow()
  609.         will _not_ restore the original pointer if it was a new pointerclass
  610.         pointer (Kickstart 3.0)!
  611.       o File requester is an AppWindow now.  This means you can drop disk,
  612.         drawer or file icons on the requester's window to go to a directory
  613.         or select a file.
  614.       o All requesters now set an appropriate bitplane write mask in the
  615.         rastport of their windows.  This makes them render and scroll much
  616.         faster on a screen with lots of bitplanes/colors.
  617.     Available system fonts will now be buffered for _all_ font requesters.
  618.       This speeds up font requesters enormously, a font scan is generally
  619.       needed only once now.  The version of ReqTools for Kickstart 2.0 (or
  620.       higher) has been made intelligent enough to see if the assign has been
  621.       changed between two requests.  ReqTools will free the buffer when
  622.       memory gets low.  Note that to accomplish this ReqTools keeps its
  623.       library open count 0.  A real open count is kept internally.
  624.     File requester will no longer show deferred (late) assigns.
  625.     Several bug fixes:
  626.       o Small bug: was no longer possible to exit volume/assign list by
  627.         pressing Return in the drawer gadget without changing the directory.
  628.       o Fixed weird bug with the selection of listview entries.  If you
  629.         selected a non-existing item and dragged the mouse up, an item above
  630.         all others would be complemented.  Thanks to Mathias Korsbäck for
  631.         reporting this.
  632.       o No longer goes into an endless loop when LOCALE: could not be found
  633.         when a catalog had to be loaded.  Thanks to Holger Kruse for
  634.         reporting this.
  635.       o Resizing a file requester with an inexisting directory and with the
  636.         volume list displayed resulted in a crash.
  637.       o Some other miscellaneous bugfixes.
  638.     Norwegian catalog file included (thanks Mario).
  639.     Improved and bug fixed Dice C libraries included (by Magnus Holmgren).
  640.       Includes libs for small code model, large code model and both of these
  641.       with the arguments passed in registers.
  642.     M2Amiga interface updated for ReqTools V38 by Frank Lömker.
  643.     PCQ Pascal interface to the library included, written by Chris Pressey.
  644.     Version 1.1 of RTPatch included.
  645.  
  646. *****************************************************************************
  647. RELEASE 2.1a (Library version 38.385 [1.3] - 38.1002 [2.0])
  648.  
  649.     Serious bug fixed: file requester would crash if you tried to type a
  650.       filename in a requester with a shared IDCMP port.
  651.     Some other small bug fixes.
  652.     rtGetString() and rtGetLong() will activate the string/integer gadget
  653.       when the requester window becomes active.  This should make life easier
  654.       for people using AutoPoint or other sunmouse-like utilities.
  655.     New keyboard shortcuts for file requester:  pressing Control-Up/Down will
  656.       bring you to the start/end of the directory list.
  657.     Kickstart 2.0 (or higher) version of ReqTools only: Faster directory
  658.       reading from a fast hard disk or ram disk.  The file requester now
  659.       tries to read as many files as possible in .5 seconds. If this time-out
  660.       expires, or all files have been read, the display is updated for the
  661.       first time.  After this initial time-out period the display will be
  662.       updated every .2 seconds.  This reduces the amount of rendering calls
  663.       substantially and therefore results in faster directory loading.
  664.     German catalog for preference editor included.  German strings in install
  665.       script have also been updated (by Steffen Salzmann, thanks Steffen).
  666.     Danish catalog for preference editor included (thanks Per).
  667.  
  668. *****************************************************************************
  669. RELEASE 2.1b (Library version 38.388 [1.3] - 38.1017 [2.0])
  670.  
  671.     Recompiled with SAS/C 6.1: fixes bug of the filerequester not returning
  672.       CALL_HANDLER when the RT_ReqHandler tag was used.  Seems SAS/C 6.0
  673.       converted (APTR)0x80000000 to 0.  Don't you just love compiler bugs :-)
  674.     File requester will clear the current selection when the filename string
  675.       gadget is changed.  This allows you to use the filename completion
  676.       multiple times in a row.  Also, using Amiga-X in the string gadget will
  677.       no longer bring you to the start of the directory.
  678.     RTSC_ModeFromScreen will now correctly set the autoscroll setting.  The
  679.       default autoscroll setting is now also correctly read from the screen
  680.       the requester will appear on.  Changed reqtools.doc to reflect this
  681.       change.
  682.     Volume and directory requesters will no longer exit when Shift Return is
  683.       pressed (special request by per Jacobsen :-).
  684.     Kickstart 2.0 version of ReqTools only:  Requesters with an inactive
  685.       parent window (using the RT_Window tag) will also open in inactive
  686.       state.  Suggested by Jorrit Tyberghein.
  687.     Now respects EZREQF_NORETURNKEY flag also for single button EZRequesters,
  688.       so the Return shortcut is disabled.  Thanks to Bert Wynants for
  689.       pointing this out.  As a result of this most single-button requesters
  690.       will have their buttontext printed in bold, showing you can use the
  691.       return key.
  692.     String gadget edit hook changed to be more according to the rules (using
  693.       sgwork->EditOp instead of checking for Amiga-X and Amiga-Q by itself).
  694.     Some small bugs in include files fixed.  Thanks to Magnus Holmgren and
  695.       Per Jacobsen for reporting these.
  696.     Italian catalog for preference editor included (thanks Michele).
  697.     Spanish catalogs for library and preference editor included.  Translated
  698.       by Juan Carlos Sanchez Garcia.  I had to edit the catalog for the
  699.       preference editor so the prefs window would fit on a 640x200 screen.
  700.       My apologies to spanish ReqTools users if I made mistakes in doing so.
  701.     German catalog file for preference editor fixed.
  702.     Version 1.1a of RTPatch included.
  703.  
  704. *****************************************************************************
  705. RELEASE 2.1c (Library version 38.388 [1.3] - 38.1020 [2.0])
  706.  
  707.     Requesters with an inactive parent window will no longer open inactive.
  708.       This new feature of ReqTools 2.1b was removed since it was more
  709.       annoying than helpful.  Jorrit will be shot at dawn... ;-)
  710.     Palette color spread function was broken in Kickstart 2.0 version of the
  711.       library.  Fixed.  Thanks to Jesper Juul for reporting this bug.
  712.     New danish catalogs and danish install text included (thanks Jesper).
  713.     German catalog for library fixed, some keyboard shortcut keys were used
  714.       twice.
  715.     French catalog for preference editor included (thanks Benoit).
  716.  
  717. *****************************************************************************
  718. RELEASE 2.1d (Library version 38.388 [1.3] - 38.1022 [2.0])
  719.  
  720.     Major new feature: rexx interface to the library.  RexxReqTools is a
  721.       small library that offers lots of rexx commands to use just about all
  722.       ReqTools requesters.  Many thanks to Rafael D'Halleweyn for writing
  723.       this library and giving me permission to include it with ReqTools.
  724.     Finally fixed the refresh bug in the Kickstart 2.0 version of ReqTools.
  725.       Seems it was a bug in the 3.00 ROM.  ReqTools now uses the 'bug-less'
  726.       ScrollWindowRaster() for its window scrolling on 3.0.  Thank you
  727.       Peter Cherna! :-)
  728.     A small bug popped up in the rewriting of the string gadget edit hook
  729.       (Kickstart 2.0 version of ReqTools): keyboard shortcuts were no
  730.       longer possible from integer gadgets.  Fixed.
  731.     Added extra message to install script.  Must still be translated for all
  732.       languages except english and dutch.
  733.     Fixed bug in 'reqtools.i'.  Missing rtfi_IntuiMsgFunc, rtfo_IntuiMsgFunc
  734.       and rtsc_IntuiMsgFunc caused several offsets to be wrong.  Thanks to
  735.       Dirk Vangestel for reporting this.
  736.     Fixed bug in SAS/C and Manx C glue code.  Stubs for rtReqHandler() and
  737.       rtReqHandlerA() didn't save the A6 register.
  738.     Included assembly version of demo source (converted by Dirk Vangestel).
  739.     Most glue code has been archived with LhA (not everyone needs all the
  740.       glue code, just de-archive what you need).
  741.     Fixed enforcer hit in ReqTools preference editor, version 2.1a included.
  742.     Version 1.1b of RTPatch included.
  743.  
  744. *****************************************************************************
  745. RELEASE 2.1e (Library version 38.388 [1.3] - 38.1042 [2.0])
  746.  
  747.     Fixed bug in 'clib/reqtools_protos.h' include file: rtFontRequest() and
  748.       rtScreenModeRequest() had wrong prototypes causing the ReqHandler
  749.       feature to fail to work (without casting).  Thanks to Ebbe Holleris
  750.       Petersen for reporting this problem.
  751.     Fixed small problem in rtEZRequest() requester: if body text was too
  752.       large to fit on the screen and was clipped you could not click on the
  753.       requester's buttons.
  754.     Fixed problem with leading '/' in paths entered in file string gadget.
  755.     Fixed enforcer hits when typing in font requester size gadget.
  756.     Fixed problem with first Shift Down in a file requester with less
  757.       entries than are possibly visible selecting a non-existant entry.
  758.     Fixed problem with typing a single '/' in the path gadget.  This caused
  759.       the file requester to jump to the parent, but the path gadget was
  760.       incorrectly cleared.
  761.     Bug fix: palette requester didn't correctly restore the correct colors
  762.       when it was canceled on an AGA machine with colors from a 24 bit
  763.       palette.  Thanks to Felix Braun for reporting this.  Full AGA support
  764.       will be something for the next release.
  765.     Fixed bug in backfill code.  Didn't always clear window background
  766.       properly on screens with more than 2 bitplanes.  Thanks to David Nouls
  767.       for reporting this.
  768.     Stack checking code in Kickstart 2.0 version of the library completely
  769.       rewritten.  Now uses exec.library StackSwap() to swap the stack.
  770.     Glue code for SAS/C enhanced.  Code hunks are now named 'text' instead
  771.       of 'code', allowing real small code linking.  Glue code now supports
  772.       the autoinitialization and autotermination feature of SAS/C 6.0.  If
  773.       you define ReqToolsBase as external and link with reqtools.lib or
  774.       reqtoolsnb.lib, reqtools.library will be automatically opened.
  775.       Thanks to Brian Ipsen for the suggestion.
  776.     Fixed small bug with rtSetWaitPointer() in HighSpeed Pascal interface.
  777.     Portugese catalogs and install text for library and preference editor
  778.       included.  Translated by Pedro Aguiar.
  779.     Added 'Español' and 'Português' check boxes to languages in install
  780.       script.
  781.     German strings in install script updated by Steffen Salzmann.
  782.     Swedish catalog for library adjusted a bit.
  783.     GCC interface to the library included.  Written by Marc Duponcheel.
  784.     Release 1.2b of RexxReqTools included.
  785.  
  786. *****************************************************************************
  787. RELEASE 2.1f (Library version 38.390 [1.3] - 38.1095 [2.0])
  788.  
  789.     Screenmode requester now knows about EURO72, EURO36, SUPER72, DBLNTSC
  790.       and DBLPAL monitors.
  791.     rtGetVScreenSize() now uses VideoControl() if possible to get the
  792.       visible screen size.
  793.     File requester, font requester and screenmode requester now ignore
  794.       all key presses before the requester is completely set up.  This
  795.       should just about eliminate the problem of a gadget getting pressed
  796.       because the user typed too quickly.
  797.     File requester will use the device name of a volume if it's name is
  798.       not unique (multiple floppies called 'Empty' for example).
  799.     On Kickstart 3.0 or higher the file, font and screenmode requesters will
  800.       use memory pools.
  801.     Palette requester is now fully AGA compatible.  It uses the DisplayInfo
  802.       database to find out the palette range of the screen it is opened on.
  803.       It supports 256 colors out of a pallete of 16,8 million and should
  804.       support even beyond that (not tested since there currently is nothing
  805.       that goes beyond that :-).
  806.     Bug fix: using the close gadget of the palette requester returned 0
  807.       instead of -1 for cancel.
  808.     Bug fix: rtGetLong() requester completely misplaced the min/max display
  809.       when RTGL_TextFmt was used.
  810.     Bug fix: fixed enforcer hits in file requester when FREQF_SELECTDIRS
  811.       was used and a directory was double-clicked.
  812.     Bug fix: font style handling of rtFontRequest() was almost completely
  813.       broken.  Should work ok now.
  814.     Bug fix: min/max display in rtGetLong() requester would become garbled
  815.       during window-refreshing when the RT_ReqHandler feature was used.
  816.     Bug fix: clearing the font name gadget in the rtFontRequest() requester
  817.       and pressing Return caused the requester to return TRUE although
  818.       the 'Cancel' gadget was visibly selected.  The requester now properly
  819.       returns FALSE.
  820.     Fixed some minor errors in include files and autodoc.
  821.     Some updated catalogs included.
  822.     French install text included, translated by Benoit Mortier.
  823.     Release 1.2c of RexxReqTools included.
  824.     Version 1.2 of RTPatch included.
  825.  
  826. *****************************************************************************
  827. RELEASE 2.2 (Library version 38.390 [1.3] - 38.1194 [2.0])
  828.  
  829.     -----------------------------------------------------------------------
  830.     NOTE: All changes listed below are for the Kickstart 2.0 and higher
  831.           version of the library (unless stated otherwise).  Development of
  832.           the 1.3 compatible version of ReqTools has more or less stopped.
  833.     -----------------------------------------------------------------------
  834.     File, font and screenmode are now able to use proportional fonts, making
  835.       them truly font-sensitive.  Palette requester will accept and use a
  836.       proportional font on Kickstart 3.0 or higher only.  Note: this
  837.       required a small catalog change, so be sure to update your catalogs.
  838.     Added cool LED indicator left of the drawer gadget in the file requester.
  839.       People who dislike this can turn this feature off in the ReqTools 2.2
  840.       preference editor.
  841.     File requester will now make sure 'freq->Dir' and 'filename' are
  842.       up-to-date when a callback hook is called (RTFI_FilterFunc and
  843.       RT_IntuiMsgFunc).  If you want to rely on this please check for
  844.       this _exact_ release of ReqTools (or higher of course).
  845.     File requester will show file sizes in localized form now.
  846.     Screenmode requester now handles color depths greater than 8192 colors
  847.       correctly (will use 16K, 32K, 16M,... for high color values).
  848.       Previously the window borders could get overwritten, oops :-)
  849.     Removed hardcoded monitor names from screenmode requester code and made
  850.       screenmode requester construct the name for an unnamed mode from the
  851.       monitor name and dimensions.
  852.     Bug fix: when the SCREQF_GUIMODES flag is used the screenmode requester
  853.       will no longer show modes that haven't got the DIPF_IS_WB flag set.
  854.       This fixes the problem of truecolor Picasso II modes showing up.
  855.     Added a temporary workaround for a SAS/C bug (6.50 and earlier) creating
  856.       incorrect code for taglist switches.  Programs with a missing TAG_END
  857.       in one of their taglists will no longer crash (but are still buggy ;-)
  858.     Changed rtLockWindow() and rtUnlockWindow() nesting code.  Should work
  859.       much better now and allow for infinite nesting.
  860.     Improved calculation of spacing value in rtGetVScreenSize(), will now
  861.       properly return a spacing of 4 for A2024 monitor for example.
  862.     Release 1.2e of RexxReqTools included.
  863.     Version 2.2 of ReqTools preference editor included.
  864.     Version 1.3 of RTPatch included.
  865.  
  866. *****************************************************************************
  867. RELEASE 2.2a (Library version 38.390 [1.3] - 38.1210 [2.0])
  868.  
  869.     Bug fix: on Kickstart 3.0 (V39) the palette requester's slider values
  870.       were sometimes incorrectly displayed (palette requester will now only
  871.       use GTJ_RIGHT on V40 or higher).
  872.     Bug fix: if no locale.library was found (Workbench 2.04) the file and
  873.       font requesters would display a 'D' instead of the file/font size.
  874.     Bug fix: rtSpread() now handles the case where the total size of all
  875.       objects is larger than the total available size correctly (objects will
  876.       overlap in this case of course).
  877.     Quirk fix: file requester will no longer overlap the button gadgets when
  878.       they get too wide for the screen (german locale and lores screen for
  879.       example).  It will scale the buttons in size to make them fit.
  880.     Screenmode requester will no longer fail silently if the current mode
  881.       is invalid.  It now simply picks the first mode id from the current
  882.       list of modes.
  883.     Changed display mode filtering code slightly to fix the problem with
  884.       Picasso II monitor 2.14 (or higher) modes not showing up in the
  885.       screenmode requester.
  886.  
  887. *****************************************************************************
  888. RELEASE 2.2b (Library version 38.390 [1.3] - 38.1248 [2.0])
  889.  
  890.     Bug fix: screenmode requester had some selection problems on certain
  891.       graphic cards (Spectrum, Merlin,...).  Should be fixed now.
  892.     Directory requester will no longer hide the files in directories, but
  893.       will show them ghosted now.  Note that directories will always be
  894.       shown first in the directory requester, regardless of the ReqTools
  895.       prefs setting.
  896.     File requester now has directory completion as well as filename
  897.       completion.  Pressing Alt up/down arrow will select the directory
  898.       that most closely matches the contents of the filename string gadget.
  899.     The file requester now also has volume and assign completion.  Using
  900.       up/down arrow will select the closest matching volume.  Use the Alt
  901.       qualifier to select the closest matching assign.
  902.     The volume list will now first show the volume name, followed by the
  903.       device name.
  904.     New switch in the ReqTools preference editor to force the use of the
  905.       system default font instead of the screen font in the file, volume,
  906.       font, screenmode and palette requesters.
  907.     Fixed enforcer hits in font and screenmode requesters when an intuition
  908.       callback function (RT_IntuiMsgFunc tag) was used.
  909.     Improved method of filtering DOS devices that are shown in the file and
  910.       volume requesters.
  911.     Palette requester: pressing either Alt key with the keyboard shortcut
  912.       for red, green or blue will adjust the color value in steps of 8.
  913.     Fixed SAS/C glue code to be compatible again with the autoinitialization
  914.       and autotermination feature of SAS/C 6.50 and higher.
  915.     Added SAS/C 6.x 'tagcall' pragmas to 'include/pragmas/reqtools.h'.
  916.     Included new glue code for GCC.  Written by Gunther Nikl.
  917.     Version 2.2b of ReqTools preference editor included.
  918.  
  919. *****************************************************************************
  920. RELEASE 2.2c (Library version 38.390 [1.3] - 38.1266 [2.0])
  921.  
  922.     Since using VideoControl() to get the visible display clip only seems
  923.       to work when the screen in question is the frontmost screen the
  924.       rtGetVScreenSize() function now falls back to using QueryOverscan()
  925.       for screens that are in the back (thanks to Dietmar Eilert for
  926.       reporting this).
  927.     Changed method of filtering DOS devices that are shown in the file and
  928.       volume requesters again.
  929.     Window size and gadget layout is now calculated in a sysihack compatible
  930.       way.
  931.     Bug fix: screenmode requester should no longer "lose" characters in the
  932.       color slider values on Kickstarts below V40 (3.1).
  933.     Bug fix: fixed enforcer hits that occured when the screenmode requester
  934.       came up with an empty list (all modes filtered out e.g.).
  935.     Minor bug fix: backfill pattern in EZRequesters now uses BACKGROUNDPEN
  936.       instead of pen 0.
  937.     Polish catalogs for library and preference editor included.  Translated
  938.       by Juan Carlos Marcin Orlowski.
  939.  
  940. *****************************************************************************
  941. RELEASE 2.3 (Library version 38.1292)
  942.  
  943.     -----------------------------------------------------------------------
  944.     NOTE: Update work made by Magnus Holmgren. See start of this file for
  945.           more information.
  946.     -----------------------------------------------------------------------
  947.  
  948.     Release 1.3 of RexxReqTools included.
  949.     Recompiled using DICE 3.01. This was forced by the fact that I don't
  950.       have SAS/C (yet, at lest). As a result, the library now is a couple
  951.       of KBs larger.
  952.     Bug fix: screenmode requester now works better when showing a depth
  953.       gadget for HAM screens. Most notably, the requester will not crash
  954.       under certain circumstances, and will also handle HAM modes with a
  955.       depth of 8 (earlier, only depth 6 was supported). The HAM support was
  956.       a kind of hack, which was incomplete. Its still a hack, but it is
  957.       better now. ;)
  958.     In the file requester, when displaying the volumes list, RMB acts like
  959.       pressing the Get gadget. I.e., you can go back to the original list
  960.       by a simple RMB click. The "Volumes" gadget also acts like Get, if
  961.       pressed while the volume list is displayed.
  962.     The resizable requesters now uses "OS 3 zooming". I.e., the requester
  963.       doesn't move (unless needed) when zoomed.
  964.     Added zoom gadget for the palette requester. When zoomed, the
  965.       requester resizes to "titlebar" size; again, using OS 3 zooming if
  966.       possible.
  967.     Updated the Swedish translation a little.
  968.     In rtEZRequest, function keys can now be used to select the first ten
  969.       gadgets, if enabled in the prefs editor.
  970.     Added the 'Use function keys' option to the prefs program. Currently
  971.       this is the only way to enable this function. In the future there
  972.       will probably be a new tag/flag for this as well.
  973.     Increased the stack some requester functions allocates, if needed.
  974.       Should solve the crashing requesters with some programs when e.g.
  975.       CyberGraphX is installed.
  976.     Added missing tags to ReqTools.h (RTGL_CenterText and RTGS_CenterText).
  977.     Fixed the prefs editor so that all gadgets are updated when new
  978.       settings are loaded.
  979.     Rewrote the DICE-C glue. Now includes autoopen code.
  980.     New distribution layout. There are still two different archives, but
  981.       the contents are different little:
  982.       reqtools<ver>.lha is replaced with reqtools<ver>dev.lha, and contains
  983.       only the developer files (glue, examples, includes and autodocs). The
  984.       user archive (reqtools<ver>usr.lha) haven't changed.
  985.     The filerequester (and the font- and screenmode requester as well) will
  986.       now look better when the screen they open on have "strange" dri-pens.
  987.     Support for OS 1.3 completely dropped. The 1.3 version of
  988.       reqtools.library is no longer included.
  989.     Made a minor change in the ASL patch in RTPatch, so that it returns
  990.       errors more correctly (avoids annoying error requesters after having
  991.       cancelled certain file requesters). I hope the reassemble didn't
  992.       break anything. I haven't tested it much. ;)
  993.  
  994.  
  995. *****************************************************************************
  996.  
  997. reqtools.library written by Nico François and Magnus Holmgren
  998.  
  999. Thanks to o Kai Bolay for writing the Oberon interface,
  1000.           o Frank Lömker and Michael Griebling for writing the Modula-2
  1001.             interfaces,
  1002.           o Jan van den Baard and Magnus Holmgren for writing the Dice C
  1003.             libraries,
  1004.           o Martin Steppler for writing the Manx C libraries,
  1005.           o Richard Waspe and Gunter Indenhoek for writing the HighSpeed
  1006.             Pascal interfaces,
  1007.           o Chris Pressey for writing the PCQ Pascal interface,
  1008.           o Federico Giannici for the useful suggestions,
  1009.           o Peter Stuer, Gunter Indenhoek, Jorrit Tyberghein, Ives Aerts,
  1010.             Bert Wynants, Mathias Korsbäck, Christoffer Zettermark and
  1011.             Roger Nordin for beta-testing,
  1012.           o Michele Giorato for the Italian catalog translations,
  1013.           o Patrik Nordvall for the Swedish catalog translation,
  1014.           o Per Jacobsen/Jesper Juul for the Danish catalog translations,
  1015.           o Mario Gonzalez for the Norwegian catalog translations,
  1016.           o Juan Carlos Sanchez Garcia for the Spanish translations,
  1017.           o Pedro Aguiar for the Portugese translations,
  1018.           o Benoit Mortier for the French catalog translation,
  1019.           o Dirk Vangestel for the assembly demo source,
  1020.           o Marc Duponcheel and Gunther Nikl for the GCC glue code,
  1021.           o Rafael D'Halleweyn for writing RexxReqTools,
  1022.           o Herman Stevens for being my Fido boss node and having such a
  1023.             great Amiga BBS,
  1024.           o All registered ReqTools users/developers.
  1025.  
  1026.  
  1027. "Cry, if you want to cry
  1028.  If it helps you see
  1029.  If it clears your eyes" - Soundgarden
  1030.  
  1031.  
  1032. (C) 1991-1994 Nico François
  1033.          1995 Magnus Holmgren
  1034.